home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_124 / frame_15 / DoAction.as
Encoding:
Text File  |  2004-09-30  |  143 b   |  12 lines

  1. stopAllSounds();
  2. tellTarget(_root)
  3. {
  4.    gotoAndStop("Init");
  5. }
  6. i = 0;
  7. while(9 >= i)
  8. {
  9.    eval("item" + i).gotoAndStop(1);
  10.    i++;
  11. }
  12.